home *** CD-ROM | disk | FTP | other *** search
- /* This file added by snb94r@ecs.soton.ac.uk to bypass the cfront 3.1 bug
- * which stops the va_arg macro being used. It relies on sizeof(int)
- * being equal to sizeof(enum TchkType).
- */
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- void enter_Gfx_ops(int *t, int count, va_list ap);
- #ifdef __cplusplus
- }
- #endif
-